-
Notifications
You must be signed in to change notification settings - Fork 404
docs(store): reload merges the value #2843
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: v2
Are you sure you want to change the base?
docs(store): reload merges the value #2843
Conversation
Package Changes Through d5365e9There are 6 changes which include barcode-scanner with minor, barcode-scanner-js with minor, window-state with minor, window-state-js with minor, fs with patch, fs-js with patch Planned Package VersionsThe following package releases are the planned based on the context of changes in this pull request.
Add another change file through the GitHub UI by following this link. Read about change files or the docs at github.com/jbolda/covector |
Genuine question, does anyone know why it was designed to work like that or was that a mistake? |
I see, it's from #295 |
not my proudest moment though it made sense to me at that time. i mean to some degree it still does. their requirements back then were valid imo so maybe we need 2 different functions. |
but most of the api sucks a bit so maybe we should rethink the plugin from the ground up in v3 |
I'm thinking the more intuitive way of how it should work, is we reset the store to @FabianLars @lucasfernog Any thoughts? Also should we change the behavior in v2 or wait for v3 for this? Asking because if the original intension was to making |
since the pr you linked was from before v2 imo we shouldn't change the behavior now. but idk both behaviors are flawed tbh |
Yeah, that made sense to me as well, I didn't really thought about the defaults
Same thoughts now, let's wait for v3, also making 2 functions sounds good I'm thinking 2 potential use cases
|
Reference: #2829